home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / programr / pfp219.zip / HISTORY.TXT next >
Text File  |  1991-09-11  |  3KB  |  59 lines

  1. PROGRAMMER'S FILE PRINTER                                    Development history
  2. --------------------------------------------------------------------------------
  3.  
  4. Version 1.00.025 February 28 1991
  5. ---------------------------------
  6.  
  7. This is the first public release.
  8.  
  9.  
  10. Version 2.00.002 May 11 1991
  11. ----------------------------
  12.  
  13. This version is a major rewrite, with many new facilities.
  14.  
  15. - The main window now has a menu, and has been made smaller and less cluttered.
  16. - Files can be dumped in hexadecimal and ASCII.
  17. - Files can be printed or dumped in part.
  18. - The main window can be iconised while printing is in progress.
  19. - The various dialog windows have been redesigned to be easier to use.
  20. - Page throws can be suppressed to save paper.
  21. - The print dialog window now shows what percentage of a file has been processed
  22. - Various bugs have been cleared.
  23.  
  24.  
  25. Version 2.00.003 May 16 1991
  26. ----------------------------
  27.  
  28. This version fixes a bug that made it impossible to specify some file types
  29. in the "File Type Selection" dialog. The edit controls had been made too narrow
  30. to accomodate some types such as ".asm" or ".mmm" (whereas types such as ".c"
  31. or ".txt", needing less space in the proportional system font, were accepted).
  32. This has also necessitated a little re-arrangement in the main window, which
  33. also did not have quite sufficient space allowed for the file type strings.
  34.  
  35.  
  36. Version 2.01.009 September 11 1991
  37. ----------------------------------
  38.  
  39. This version contains a number of bug fixes, and some new facilities:
  40.  
  41. - The program no longer crashes if it cannot open a file for printing (due to
  42.   its having been deleted by another process, or a share violation, for example)
  43. - There is now full online help, accessed from the Help Menu.
  44. - Files can now be printed in reverse page order, which can be useful for
  45.   devices such as laser printers that stack the pages the 'wrong' way. Reverse
  46.   order is selected on a per-device basis and may be different for each
  47.   attached printer type
  48. - Page headers include the current date and time, and the date and time when
  49.   the file was last changed
  50. - PFP remembers the name of the printer last selected in the 'Printer Setup'
  51.   dialog and uses that device in subsequent sessions
  52. - PFP can be configured to remember the current working directory when it
  53.   closes, provided that this is for a local hard disk or a network drive, and
  54.   to attempt to return to it when restarted
  55. - PFP now rescans the current directory whenever it becomes the current
  56.   application and the directory is a hard disk or network drive. This keeps the
  57.   list of files in line with changes that may have been made by other
  58.   applications
  59.